home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(release).as
Text File  |  2008-08-08  |  340b  |  20 lines

  1. on(release){
  2.    if(_root.boolReplay == 1)
  3.    {
  4.       _root.boolReplay = 0;
  5.       if(_root.isReroad)
  6.       {
  7.          getUrl("javascript:location.reload();", "");
  8.       }
  9.       else
  10.       {
  11.          stopAllSounds();
  12.          _root.gotoAndPlay("flIntro");
  13.       }
  14.    }
  15.    else
  16.    {
  17.       _root.gotoAndPlay("flHow");
  18.    }
  19. }
  20.